home *** CD-ROM | disk | FTP | other *** search
- /*//////////////////////////////////////////////////////////////////////
- Filename: editdialog.css
- Company Name: Computer Associates International, Inc.
- Legal Copyright: Copyright (c) Computer Associates International, Inc.
- Author: Marek Matus (marek.matus@ca.com)
- Product: Tiny Firewall
- ///////////////////////////////////////////////////////////////////////*/
-
-
- DIV.dialoglmenu
- {
- border: 0px;
- width: 100px;
- border: 2px inset lightgray;
- border-right: 0px;
- height: 230px;
- }
-
- DIV.dialoglmenu A
- {
- padding-left: 3px;
- padding-top: 14px;
- display: block;
- width: 100%;
- font-weight: bold;
- text-decoration: none;
- height: 41px;
- margin: 0px;
- background-image: url(../img/link-under-gray.gif);
- background-repeat: no-repeat;
- background-position: 3px 28px;
- color: gray;
- }
- DIV.dialoglmenu A:hover, DIV.dialoglmenu A.sel
- {
- color: darkblue;
- background-image: url(../img/link-under.gif);
- }
- DIV.dialoglmenu A.multiline
- {
- padding-top: 7px;
- background-position: 3px 34px;
- }
- DIV.dialogbody
- {
- border: 2px inset lightgray;
- border-left: 0px;
- height: 230px;
- width: 380px;
- background-color: white;
- padding: 10px;
- display: none;
- background-image: url(../img/yellow2white.gif);
- background-repeat: repeat-y;
- margin: 0px;
- }
- DIV.dialogbody FIELDSET
- {
- padding-bottom: 10px;
- padding-left: 3px;
- padding-right: 3px;
- width: 100%;
- border: 0px;
- border-top: 1px solid black;
- }
- DIV.dialogbody FIELDSET LEGEND
- {
- font-weight: bold;
- }
-
- TABLE.sumtbl
- {
- margin-top: 2px;
- border: 0px;
- border-collapse: collapse;
- width: 100%;
- cursor: hand;
- }
- TABLE.sumtbl TH
- {
- font-weight: bold;
- white-space: nowrap;
- vertical-align: top;
- }
- TABLE.sumtbl TD
- {
- width: 100%;
- }
-
- BODY.bodyedit
- {
- margin: 10px;
- padding: 0px;
- }
- BODY.bodyedit H3
- {
- font-size: 14px;
- font-weight: bold;
- padding: 0px;
- padding-left: 105px;
- margin: 0px;
- margin-bottom: 10px;
- }
-